home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Echo < prev    next >
Text File  |  1998-02-16  |  673b  |  27 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                    ECHO
  3.  
  4.  
  5.    USE:
  6.    This is the AmigaDOS command which tells the Amiga to print a statement
  7.    of the users choice.  It is mostly used in script files to keep the user
  8.    informed of progress.
  9.  
  10.    PATH:
  11.    Internal
  12.  
  13.    SYSTEM:
  14.    2.0 (enhanced), 2.1, 3.0
  15.  
  16.    EXAMPLES:
  17.    1>ECHO "*NAmigaDOS Guide V2*N"
  18.    AmigaDOS Guide V2
  19.    1>ECHO "*NAmigaDOS Guide V2*N Buy Now*N"
  20.    AmigaDOS Guide V2
  21.    Buy Now
  22.  
  23.    NOTES:
  24.    The text that you have written will be displayed on the AmigaDOS screen.
  25.    If you want text to be displayed for a longer period use the Wait
  26.    Command (covered in commands).
  27.